XSLTProcessor
PHP Manual

XSLTProcessor::importStylesheet

(PHP 5)

XSLTProcessor::importStylesheetImport stylesheet

Descripción

void importStylesheet ( DOMDocument $stylesheet )

This method import the stylesheet into the XSLTProcessor for transformations.

Lista de parámetros

stylesheet

The imported style sheet as a DOMDocument object.

Valores retornados

No value is returned.


XSLTProcessor
PHP Manual